C1.Web.Mvc Namespace / FlexChartBase<T> Class / Render Method
The specified writer used to render.

In This Topic
Render Method (FlexChartBase<T>)
In This Topic
Render the component result to the writer.
Syntax
'Declaration
 
Public Overridable Sub Render( _
   ByVal writer As HtmlTextWriter _
) 
 

Parameters

writer
The specified writer used to render.
See Also